home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ghost Rider iactivecard
/
Ghost Rider iactivecard.iso
/
pc
/
resurrection.swf
/
scripts
/
frame_99
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2007-04-06
|
290 b
|
14 lines
function puzzleDone()
{
this.gotoAndStop("win");
}
stop();
puzzleListener = new Object();
puzzleListener.controller = this;
puzzleListener.done = function(eventObject)
{
puzzleListener.controller.puzzleDone();
};
myPuzzle.addEventListener("done",puzzleListener);
stop();